home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / msdos / raytrace / pov / gen / frgen13 / frgen13.rea < prev    next >
Encoding:
Text File  |  1994-10-03  |  1.5 KB  |  40 lines

  1. Short: creates fractal landscapes for POV1.0, V1.3
  2. Type: gen/pc
  3. Author: Steve Anger
  4. Uploader:
  5.  
  6.                    Fractal Landscape Generator v1.3
  7.                     Copyright (c) 1992 Steve Anger
  8.                  This program is freely distributable
  9.  
  10.   FRGEN is a utility to generate fractal landscapes and other shapes
  11. using successive triangle sub-division. The fractal data can be output
  12. as POV-Ray 1.0 or Vivid 2.0 scene files or as raw triangle data. FRGEN
  13. only generates flat faceted triangles. To produce smoothed fractals you
  14. can output the fractal to RAW format and then run the data through the
  15. programs Sandpaper (Vivid, MTV, Rayshade) or raw2pov (POV-Ray).
  16.  
  17. Changes in v1.3
  18. - modified for POV-Ray 1.0 and Vivid 2.0 output format.
  19.  
  20. Changes in v1.2
  21. - replaced DKB output with PoV output.
  22. - added Vivid and raw triangle output formats.
  23.  
  24. Changes in v1.1
  25. - you can now start the fractal generation from any arbitrarily
  26.   specified set of base triangles instead of the simple square base
  27.   which was used in v1.0. You can now generate fractal spheres, boxes,
  28.   specifically shaped mountain ranges, etc.
  29.  
  30. - the program will now create an efficient set of bounding shapes for
  31.   the huge number of triangles generated. Scenes generated with v1.1
  32.   will typically render 5 to 10 times faster than those generated with
  33.   v1.0
  34.  
  35. - the 3D projection is now much more accurate, plus you can specify the
  36.   view-point and look-at coordinates instead of just the viewing angle.
  37.  
  38. Includes C++ source.
  39.  
  40.